Papers with multiple sampling
On Sample-Efficient Code Generation (2023.emnlp-industry)
Copied to clipboard
Hojae Han, Yu Jin Kim, Byoungjip Kim, Youngwon Lee, Kyungjae Lee, Kyungmin Lee, Moontae Lee, Kyunghoon Bae, Seung-won Hwang
| Challenge: | Existing approaches to code generation rely on rejection sampling to generate multiple code snippets then select the best. |
| Approach: | They propose a framework that prioritizes sampling on test problems that models can solve. |
| Outcome: | The proposed framework reduces sampling costs while maintaining comparable code generation performance. |
Exploring Hybrid Sampling Inference for Aspect-based Sentiment Analysis (2025.findings-naacl)
Copied to clipboard
| Challenge: | Existing methods for inference require multiple sampling with preset size . however, it is a high-cost method that requires multiple sampling . |
| Approach: | They propose a method that combines multiple and single sampling to greatly reduce the cost of multiple sampling without sacrificing performance. |
| Outcome: | The proposed method greatly reduces the cost of multiple sampling without sacrificing performance. |